func golang.org/x/tools/go/packages.replaceVendor

3 uses

	golang.org/x/tools/go/packages (current package)
		golist_overlay.go#L541: 	re = replaceVendor(re, vendorChar)
		golist_overlay.go#L558: 		return reg.MatchString(replaceVendor(name, vendorChar))
		golist_overlay.go#L564: func replaceVendor(x, repl string) string {